/*
THEME NAME: IKOS
DESCRIPTION: Custom theme developed by DaddyDesign.com for Black Diamond Hospitality Group
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
*{ margin: 0; padding: 0; }
img { border: 0; }

html, body { height: 100%; }
body{
font-family: "Roboto", serif;
font-size: 17px;
color: #eee4d0;
background: #192e57;
overflow-x: hidden;
}

p { margin-bottom: 20px; line-height: 27px; }

a{ color: #333; text-decoration: none; outline: none; }
a:hover{ text-decoration: none; }

/* Web Font */
.wf{ font-family: "League Spartan", serif; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, section figure, article figure { display: block; padding: 0; margin: 0; }

/* Loader */
.loader{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: transparent; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(255, 255, 255, .5);
border-right: 6px solid rgba(255, 255, 255, .5);
border-bottom: 6px solid rgba(255, 255, 255, .5);
border-top: 6px solid rgba(255, 255, 255, 1);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before { height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Center */
.center{ text-align: center; }

/* Padding */
.pad_xbig{ padding: 120px; }
.grid.pad_xbig{ padding: 120px 105px; }
.pad_big{ padding: 80px; }
.pad_med{ padding: 60px; }
.pad_small{ padding: 40px; }
.pad_xsmall{ padding: 30px; }
.pad_xxsmall{ padding: 20px; }
.pad_std{ padding: 10px; }
.pad_top{ padding-top: 40px; }
.pad_top_med{ padding-top: 60px; }
.pad_btm_med{ padding-bottom: 60px; }
.pad_top_big{ padding-top: 80px !important; }
.pad_top_xbig{ padding-top: 120px !important; }
.pad_btm_big{ padding-bottom: 80px !important; }
.pad_notop{ padding-top: 0 !important; }
.pad_nobtm{ padding-bottom: 0 !important; }

/* Margin */
.marg5{ margin: 0 0 5px; }
.marg10{ margin: 0 0 10px; }
.marg15{ margin: 0 0 15px; }
.marg20{ margin: 0 0 20px; }
.marg30{ margin: 0 0 30px; }
.marg40{ margin: 0 0 40px; }
.marg50{ margin: 0 0 50px; }
.marg60{ margin: 0 0 60px; }
.marg80{ margin: 0 0 80px; }

/* Round */
.round{ border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.round_big{ border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }

/* Shadow */
.shadow{
-webkit-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
}

/* Button */
.btn{
width: auto;
height: 44px;
float: left;
font-size: 16px;
font-weight: 700;
line-height: 44px;
color: #e5dc99 !important;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 0 30px;
margin: 0;
border: 2px solid #11274b;
background-color: #11274b;
border-radius: 22px; 
-moz-border-radius: 22px; 
-webkit-border-radius: 22px;
vertical-align: top;
}
.btn.big{
height: 60px;
font-size: 20px;
line-height: 60px;
padding: 0 46px;
border-radius: 30px; 
-moz-border-radius: 30px; 
-webkit-border-radius: 30px;
}
.btn:hover{ color: #11274b !important; background-color: transparent; text-decoration: none !important; }

.section .wpgmp_locations_foot .footer ul.btns li:first-child .btn,
body .wpgmp-map-1 .btn.alt.wf.box{ line-height: 42px; }

/* With Background Image */
.with_bg{
background-color: #000;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.with_bg.pos_top{ background-position: top; }
.with_bg.pos_btm{ background-position: bottom; }
.with_bg.with_overlay::before{
content: '';
display: block; 
width: 100%; 
height: 100%; 
position: absolute;
top: 0;
left: 0;
background: #000; 
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
z-index: 1;
}

/* Image Resizing */
.img img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; position: relative; }
.img a{ display: block; }

/* Container */
#container{ width: 100%; float: left; display: block; padding: 150px 0 0; margin: 0 auto; position: relative; }
/* Header */
#header{ width: 100%; height: 150px; background: #fff; position: fixed; top: 0; left: 0; right: 0; padding-top: 22px; z-index: 9999; }
#header::before{ 
content: ''; 
width: 100%; 
height: 22px; 
position: absolute; 
top: 0; 
left: 0; 
right: 0; 
background: url(images/pattern.svg) repeat top center; 
-webkit-background-size: contain; 
-moz-background-size: contain; 
-o-background-size: contain; 
background-size: contain;
}
#header::after{ 
content: '';
width: 110%;
height: 500px;
position: absolute;
bottom: 100%;
left: -10%;
right: 0;
background: #11274b;
}

#header #logo{ 
display: block; 
position: absolute;
left: 50%;
margin-left: -100px;
padding: 22px; 
text-indent: -9000px; 
}
#header #logo a{ display: block; width: 200px; height: 84px; background: url(images/logo.svg) no-repeat center; }

#header .wrap{ width: auto; height: 50px; float: left; padding: 39px 40px; position: relative; }
	
#header .toggle{ display: none; }
#nav_btn{ 
width: 50px; 
height: 50px; 
display: block; 
float: left; 
padding: 13px 14px;
border: 2px solid #e5dc99; 
border-radius: 25px; 
-moz-border-radius: 25px; 
-webkit-border-radius: 25px;
cursor: pointer; 
}
#nav_btn span, #nav_btn span:before, #nav_btn span:after{ 
width: 18px; 
height: 2px; 
float: left; 
display: block; 
background: #963d20; 
position: relative; 
text-indent: -9000px; 
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
#nav_btn span{ margin: 9px 0; }
#nav_btn span:before, #nav_btn span:after{ content: ''; position: absolute; }
#nav_btn span:before{ top: -4px; }
#nav_btn span:after{ bottom: -4px; }
#nav_btn.active span{ background-color: transparent; }
#nav_btn.active span:before, #nav_btn.active span:after{ top: 0; }
#nav_btn.active span:before{ transform: rotate(45deg); -webkit-transform: rotate(45deg); }
#nav_btn.active span:after{ transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); top: 10px; }

#header .short_nav{ width: auto; float: left; padding-left: 10px; position: relative; }
#header .short_nav ul.menu{ width: auto; float: left; display: block; list-style: none; }
#header .short_nav ul.menu li{ width: auto; float: left; }
#header .short_nav ul.menu li a{ height: 50px; display: block; font-size: 22px; color: #963d20; font-weight: 700; line-height: 54px; text-transform: uppercase; padding: 0 10px; position: relative; }
#header .short_nav ul.menu li a:hover{ color: #11274b; }

#header #order_btn{ float: right; padding: 34px 40px; }

#header #nav{ width: 100%; float: left; clear: both; }

/* Main */
#main{ width: 100%; float: left; position: relative; }

/* Section */
.section{ width: 100%; float: left; position: relative; }
.section.hgt100{ height: calc(100vh - 180px) !important; }
.section.minhgt100{ display: table; min-height: calc(100vh); }
.section.centered{ text-align: center; }
.section .wrapper{ width: 100%; max-width: 1400px; display: block; clear: both; margin: 0 auto; position: relative; overflow: hidden; }
.section.grid .wrapper{ max-width: 1430px; }
.section .wrapper.full{ max-width: none; }
.section .wrapper.short{ max-width: 880px; }
.section.minhgt100 .wrapper{ display: table-cell; vertical-align: middle; }

.section .main{ width: 100%; float: left; position: relative; }
.section .main.short{ width: 100%; max-width: 1380px; float: none; display: block; clear: both; margin: 0 auto; position: relative; overflow: hidden; }
.section .main.xshort{ width: 100%; max-width: 880px; float: none; display: block; clear: both; margin: 0 auto; position: relative; overflow: hidden; }
.section .header{ width: 100%; float: left; position: relative; }
.section .header.toplvl h1, .section .header.toplvl h2{ padding-top: 40px; position: relative; }
.section .header.toplvl h1::before, .section .header.toplvl h2::before{ content: ''; width: 77px; height: 24px; position: absolute; top: 0; left: 0; background: url(images/zigzag.svg) no-repeat top left; z-index: 9; }
.section .header.center.toplvl h1::before, .section .header.center.toplvl h2::before{ left: 50%; margin-left: -38.5px; }
.section.grid .header.toplvl{ padding: 0 15px; }
.section .header.center{ text-align: center; }

.section .header h1{ font-size: 48px; font-weight: 900; color: #11274b; line-height: 50px; text-transform: uppercase; }
.section .header h1.big{ font-size: 60px; line-height: 58px; }
.section .header h2{ font-size: 48px; font-weight: 900; color: #11274b; line-height: 50px; text-transform: uppercase; }
.section .header h2.small{ font-size: 34px; line-height: 34px; }
.section .header h2.big{ font-size: 60px; line-height: 58px; }
.section .header h3{ font-size: 38px; font-weight: 600; line-height: 42px; }
.section .header h3.small{ font-size: 28px; font-weight: 700; line-height: 32px; }
.section .header h3.blue{ color: #11274b; }
.section .header h3.upper{ text-transform: uppercase; }
.section .header h4{ font-size: 20px; font-weight: 600; color: #11274b; line-height: 24px; }
.section .header h4.red{ color: #963d20; }
.section .header h4.upper{ text-transform: uppercase; }
.section .content{ width: 100%; float: left; position: relative; }
.section .content.small, .section .content.small p{ font-size: 15px; line-height: 21px; }
.section .content.med, .section .content.med p{ font-size: 20px; line-height: 32px; }
.section .content.big, .section .content.big p{ font-size: 24px; line-height: 35px; }
.section .footer{ width: 100%; float: left; padding-top: 12px; position: relative; }
.section.grid .footer.toplvl{ padding-left: 15px; padding-right: 15px; }
.section .footer.center .btn{ float: none; display: inline-block; }
.section .footer ul.btns{ width: auto; float: left; position: relative; list-style: none; }
.section .footer ul.btns li{ width: auto; float: left; padding: 3px 6px 3px 0; }
.section .footer ul.btns li:first-child .btn{ color: #e5dc99 !important; background-color: #11274b; }
.section .footer ul.btns li:first-child .btn:hover{ color: #11274b !important; background-color: transparent; text-decoration: none !important; }
.section .footer ul.btns li:last-child .btn{ color: #11274b !important; background-color: transparent !important; }
.section .footer ul.btns li:last-child .btn:hover{ color: #e5dc99 !important; background-color: #11274b !important; text-decoration: none !important; }

.section .image{ width: 100%; float: left; position: relative; }

/* Hero */
.section.hero{ height: 600px; padding: 0 0 12px; margin: 0 0 20px; }
.section.hero::after{ content: ''; width: 100%; height: 30px; position: absolute; bottom: -18px; left: 0; right: 0; background: url(images/zigzag-btm.svg) repeat bottom center; z-index: 9; }
.section.hero .header{
width: 100%;
max-width: 980px;
display: block;
color: #fff;
text-align: center;
position:absolute;
top: 50%; 
left: 50%; 
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); 
transform: translate(-50%,-50%);
z-index: 9;
}
.section.hero .header h1{ color: #fff; }
.section.hero .header h2{ color: #fff; }
.section.hero .header .btn{ float: none; display: inline-block; margin: 6px 3px; }
.section.hero-video * {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.section.hero-video .bg_video{
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index: 1;
}
.section.hero-video.with_overlay::before{ z-index:2; }

/* Section - Standard - 1 Image */
.section.std.with_img{ text-align: center; }
.section.std.with_img .wrapper{ display: inline-block; text-align: left; overflow: visible; }
.section.std.with_img .image_wrap{ width: 50%; float: left; position: sticky; top: 270px; left: 0; padding-right: 40px; margin: 0 !important;  }
.section.std.with_img .image_wrap .img_main_wrap{ width: 100%; height: calc(100vh - 380px); min-height: 380px !important; float: left; }
.section.std.with_img .image_wrap .img_main{ width: 100%; height: 100%; float: left; position: relative; }
.section.std.with_img .image img{ display: none; }
.section.std.with_img .main{ width: 50%; min-height: calc(100vh - 380px); float: right; display: table; padding: 60px 0 40px 40px; position: relative; overflow: visible; }
.section.std.with_img .main .wrap{ display: table-cell; vertical-align: middle; }

/* Section - Standard - 3 Images */
.section.std.alt.with_img .image_wrap .img_main_wrap{ width: 50%; min-height: 380px !important; padding: 40px 15px 40px 0; }
.section.std.alt.with_img .image_wrap .images_inner{ width: 50%; float: right; height: calc(100vh - 380px); min-height: 380px !important; padding-left: 15px; }
.section.std.alt.with_img .image_wrap .img2_wrap{ width: 100%; height: 40%; float: left; padding-bottom: 15px; }
.section.std.alt.with_img .image_wrap .img2{ width: 100%; height: 100%; float: left; position: relative; }
.section.std.alt.with_img .image_wrap .img3_wrap{ width: 100%; height: 60%; float: left; padding-top: 15px; }
.section.std.alt.with_img .image_wrap .img3{ width: 100%; height: 100%; float: left; position: relative; }
.section.std.alt.with_img .image_wrap .img3_wrap iframe{
	width: 100%; height: 100%; position: absolute; top:0; left:0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

/* Background Image Section */
.section.hgt-mid{ height: 700px; padding: 12px 0; margin: 140px 0 20px; }
.section.hgt-mid::before{ content: ''; width: 100%; height: 30px; position: absolute; top: -18px; left: 0; right: 0; background: url(images/zigzag-top.svg) repeat top center; z-index: 9; }
.section.hgt-mid::after{ content: ''; width: 100%; height: 30px; position: absolute; bottom: -18px; left: 0; right: 0; background: url(images/zigzag-btm.svg) repeat bottom center; z-index: 9; }
.section.hgt-mid .wrapper{ position: absolute; top: 0; right: 0; left: 0; bottom: 0; }
.section.hgt-mid .header{
width: 100%;
max-width: 980px;
display: block;
color: #fff;
text-align: center;
position:absolute;
top: 50%; 
left: 50%; 
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); 
transform: translate(-50%,-50%);
z-index: 9;
}
.section.hgt-mid .header h2{ color: #fff; }
.section.hgt-mid .header .btn{ float: none; display: inline-block; }

/* Giftcards */
.cta_giftcards .main{ display: table !important; }
.cta_giftcards .image{ width: 50%; float: none; display: table-cell; vertical-align: middle; padding-right: 20px; }
.cta_giftcards .wrap{ width: 50%; display: table-cell; vertical-align: middle; padding-left: 20px; }

/* Instagram Feed */
.instagram_feed .feed{ width: 100%; float: left; position: relative; }

/* Grid */
.section.grid .item{ padding: 15px; }
.section.grid.cols2 .item{ width: 50%; float: left; }
.section.grid.cols3 .item{ width: 33.3333%; float: left; }
.section.grid.cols4 .item{ width: 25%; float: left; }

.section.grid_std .item .image{ width: 100%; height: 280px; float: left; }
.section.grid_std .item .image img { display: none; }
.section.grid_std .item .content p:last-child{ margin: 0; }

/* Menu */
.menu_item .price{ display: block; font-size: 18px; font-weight: bold; color: #11274b; padding-top: 5px; }
.section.grid.cols4 .menu_item .image{ height: 220px; }

.section.menu_favs .wrap{ width: 100%; float: left; position: relative; }
.section.menu_favs .footer.toplvl{ width: auto; position: absolute; top: 16px; right: -6px; }

/* News */
.section.grid_std .post.preview a.wrap{ display: block; overflow: hidden; }
.section.grid_std .post.preview a:hover.wrap .btn.alt{ color: #e5dc99 !important; background-color: #11274b; text-decoration: none !important; }

.section.grid_std .post.preview.featured{ width: 100%; }
.section.grid_std .post.preview.featured .image{ width: 50%; height: 440px; }
.section.grid_std .post.preview.featured .main{ width: 50%; float: right; padding-left: 60px; }
.section.grid_std .post.preview.featured .main .wrap{ display: table-cell; vertical-align: middle; }

.post.single .header span.meta{ display: block; font-size: 18px; font-weight: 700; line-height: 20px; color: #11274b; text-transform: uppercase; }
.post.single .header span.meta a{ color: #11274b; }
.post.single .header span.meta a:hover{ color: #963d20; }

/* Gallery */
.section.gallery .images_col{ height: 900px; }
.section.gallery .images_col.col1, .section.gallery .images_col.col3{ padding-top: 60px; padding-bottom: 60px; }
.section.gallery .images_col .image{ width: 100%; height: 100%; float: left; position: relative; }
.section.gallery .images_col .image img{ display: none; }
.section.gallery .images_col .img1_wrap{ width: 100%; height: 40%; float: left; padding-bottom: 15px; }
.section.gallery .images_col .img2_wrap{ width: 100%; height: 60%; float: left; padding-top: 15px; }
.section.gallery .images_col .img3_wrap{ width: 100%; height: 60%; float: left; padding-bottom: 15px; }
.section.gallery .images_col .img4_wrap{ width: 100%; height: 40%; float: left; padding-top: 15px; }
.section.gallery .images_col .img5_wrap{ width: 100%; height: 40%; float: left; padding-bottom: 15px; }
.section.gallery .images_col .img6_wrap{ width: 100%; height: 60%; float: left; padding-top: 15px; }

/* Page Navigation */
.pagination{ padding: 40px 15px 15px; }
.wp-pagenavi{ width: 100%; clear: both; padding: 40px 0 0; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
.wp-pagenavi::before{ content: ''; width: 77px; height: 24px; position: absolute; top: 0; left: 50%; margin-left: -38.5px; background: url(images/zigzag.svg) no-repeat top left; z-index: 9; }
.wp-pagenavi a, .wp-pagenavi span{ padding: 3px !important; margin: 1px; border: 0 !important; }
.wp-pagenavi span.pages{ font-size: 14px; color: #333; font-style: italic; padding-left: 0 !important; margin-left: 0; padding-right: 10px !important; margin-right: 5px; position: relative; }
.wp-pagenavi span.pages::after{ content: ''; position: absolute; top: 0; bottom: 0; right: 0; border-right: 1px solid #ddd;  }
.wp-pagenavi a{ font-size: 18px; font-weight: 700; color: #333; }
.wp-pagenavi a:hover{ color: #963d20; }
.wp-pagenavi span.current{ font-size: 18px; font-weight: 700; color: #963d20; }

/* Footer */
#footer{ width: 100%; float: left; padding-top: 12px; padding-bottom: 22px; margin-top: 140px; background: #11274b; position: relative; }
#footer::before{ content: ''; width: 100%; height: 30px; position: absolute; top: -18px; left: 0; right: 0; background: url(images/zigzag-top.svg) repeat top center; z-index: 9; }
#footer::after{ content: ''; width: 100%; height: 22px; position: absolute; bottom: 0; left: 0; right: 0; background: url(images/pattern.svg) repeat top center; }
#footer .wrapper{ width: 100%; float: left; position: relative; }

#footer .section:first-child{ padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid #293d5d; }

#footer .main{ width: auto; float: left; position: relative; }
#footer .main .logo_alt{ width: auto; float: left; display: block; text-indent: -9000px; }
#footer .main .logo_alt a{ display: block; width: 200px; height: 84px; background: url(images/logo_alt.svg) no-repeat center; }
#footer .main ul.social{ width: auto; float: left; padding-top: 21px; padding-left: 15px; list-style: none; }
#footer .main ul.social li{ width: 50px; height: 50px; float: left; margin-left: 10px; text-indent: -9000px; }
#footer .main ul.social li a{ 
width: 50px; 
height: 50px; 
display: block; 
border: 2px solid #963d20;
background-position: center; 
background-repeat: no-repeat; 
border-radius: 50%; 
-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-webkit-background-size: 34px; 
-moz-background-size: 34px; 
-o-background-size: 34px; 
background-size: 34px;
position: relative; 
overflow: hidden; 
}
#footer .main ul.social li.facebook a{ background-image: url(images/facebook.svg); }
#footer .main ul.social li.instagram a{ background-image: url(images/instagram.svg); }
#footer .main ul.social li.tiktok a{ background-image: url(images/tiktok.svg); }
#footer .main ul.social li a:hover{ border: 2px solid #e5dc99; }
#footer .main h3.tagline{ width: auto; float: left; clear: both; font-size: 48px; line-height: 52px; font-weight: 700; color: #e5dc99; padding-top: 25px; }

#footer .nav{ width: auto; float: right; position: relative; }
#footer .nav ul.menu{ width: auto; float: left; padding-right: 80px; list-style: none; }
#footer .nav ul.menu li{ display: block; margin-bottom: 12px; }
#footer .nav ul.menu li a{ display: block; font-size: 28px; color: #e5dc99; font-weight: 700; position: relative; }
#footer .nav ul.menu li a:hover{ color: #c2b979; }

#footer .nav ul.sub_menu{ width: auto; float: left; padding-right: 60px; list-style: none; }
#footer .nav ul.sub_menu li{ display: block; margin-bottom: 6px; }
#footer .nav ul.sub_menu li a{ display: block; font-size: 18px; color: #e5dc99; position: relative; }
#footer .nav ul.sub_menu li a:hover{ color: #c2b979; }

#footer .signup{ width: 100%; max-width: 400px; float: left; position: relative; }
#footer .signup #mc_embed_signup_scroll,
#footer .signup #form_signup{ width: 100%; float: left; }
#footer .signup .field{ display: block; padding-right: 155px; }
#footer .signup #mce-EMAIL,
#footer .signup #email_signup{width: 100%;height: 64px;display: block;font-family: "League Spartan", serif;color: #455b7f;font-size: 20px;font-weight: 700;padding: 0;padding-left: 35px;background: none;border: 2px solid #293d5d;border-right: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-appearance: none;border-radius: 32px 0 0 32px;-moz-border-radius: 32px 0 0 32px;-webkit-border-radius: 32px 0 0 32px;outline: none;position: relative;z-index: 10;}
#footer .signup .field input::-webkit-input-placeholder{ color: #455b7f; }
#footer .signup .field input:-moz-placeholder{ color: #455b7f; }
#footer .signup .field input::-moz-placeholder{ color: #455b7f; }
#footer .signup .field input:-ms-input-placeholder{ color: #455b7f; }
#footer .signup #mc-embedded-subscribe,
#footer .signup #submit_signup { 
width: 155px; 
height: 64px;
display: block; 
float: right;
font-family: "League Spartan", serif;
font-size: 18px;
font-weight: 700 !important;
color: #e5dc99; 
text-transform: uppercase; 
padding: 0;
margin: -64px 0 0 0; 
border: 2px solid #293d5d;
border-left: 0;
background-color: transparent;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 0 32px 32px 0; 
-moz-border-radius: 0 32px 32px 0; 
-webkit-border-radius: 0 32px 32px 0;	
z-index: 9; 
}
#footer .signup #mc-embedded-subscribe:hover,
#footer .signup #submit_signup:hover{ background-color: #293d5d; }
#footer .optionalParent p,
#footer #mc_embed_signup .mc-field-group label,
#footer .signup .indicates-required,
#footer .signup #mc_embed_signup_scroll h2{ display:none; }
#footer #mc_embed_signup form{ margin:0 auto; position: relative; }
#footer .signup #mc_embed_signup_scroll{
	display:grid;grid-template-areas:
"email"
"submit"
"response";
}
#footer #mc_embed_signup .mc-field-group{grid-area:email;display: block;padding-right: 155px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 100%;}
#footer #mc_embed_signup .optionalParent{grid-area:submit;position: absolute;right: 0;top: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#footer #mc_embed_signup form:after{ content:""; display:table; clear:both; }
#footer #mc_embed_signup{background:transparent;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 400px; max-width:100%;}
#footer .signup #mc-embedded-subscribe{margin-top:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#footer #mc_embed_signup .foot{ display:block; }
#footer #mc_embed_signup #mce-success-response{ margin:0; padding:0; }

#footer .meta{ width: auto; float: right; display: table; color: #455b7f; }
#footer .meta .logo_bdhg{ width: auto; float: left; display: block; text-indent: -9000px; }
#footer .meta .logo_bdhg a{ display: block; width: 80px; height: 80px; background: url(images/logo_bdhg.svg) no-repeat center; }
#footer .meta .wrap{ display: table-cell; vertical-align: middle; font-size: 11px; line-height: 16px; text-align: right; padding-right: 20px; }
#footer .meta span{ display: block; }
#footer .meta a{ color: #455b7f; }
#footer .meta a:hover{ text-decoration: underline; }

/* Forms */
.wpcf7{ display: block; clear: both; padding: 20px 0 0 !important; }
.content-block .wpcf7:first-child{ padding: 0 !important; }
.wpcf7-form{ width: 100%; display: block; margin: 0 auto; overflow: hidden; position: relative; }
.wpcf7-form fieldset{ width: 100%; float: left; display: block; border: 0; }
.wpcf7-form label{ display: block; font-size: 15px; color: #333; font-weight: bold; line-height: 20px; padding: 0 15px 0 0; margin: 0 0 10px; }
.wpcf7-form div.form_radios{ width: 100%; float: left; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_radios .wpcf7-list-item{ display: inline-block; padding: 0 4px 4px 0; }
.wpcf7-form div.form_field{ width: 100%; float: left; margin: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form fieldset.x3 div.form_field{ width: 33.3333%; padding: 0 10px; }
.wpcf7-form fieldset.x3 div.form_field:first-child{ padding-left: 0; }
.wpcf7-form fieldset.x3 div.form_field:last-child{ padding-right: 0; }
.wpcf7-form fieldset.x2 div.form_field{ width: 50%; }
.wpcf7-form fieldset.x2 div.form_field:first-child{ padding-right: 10px; }
.wpcf7-form fieldset.x2 div.form_field:last-child{ padding-left: 10px; }
.mailpoet_checkbox_label,
.wpcf7-form div.form_field span{ display: block; }
.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field select,
.wpcf7-form div.form_field textarea { 
width: 100%; 
height: 50px;
display: block; 
font-family: "Roboto", serif;
color: #333;
font-size: 15px; 
font-weight: 700;
padding: 0 30px;
background: #fff;
border: 1px solid #ccc;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 25px; 
-moz-border-radius: 25px; 
-webkit-border-radius: 25px;	
outline: none;
}
.wpcf7-form div.form_field textarea { height: 240px; padding: 25px 30px; }
.wpcf7-form div.form_field select{ 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
padding-right: 50px;
background: url(images/arrow-down.svg) no-repeat right 25px top 50% #fff;
-webkit-background-size: 13px 8px; 
-moz-background-size: 13px 8px;  
-o-background-size: 13px 8px; 
background-size: 13px 8px;
}
.wpcf7-form div.form_field select::-ms-expand { display: none; }
.wpcf7-form div.form_field input::-webkit-input-placeholder{ color: #333; }
.wpcf7-form div.form_field input:-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field input::-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field input:-ms-input-placeholder{ color: #333; }
.wpcf7-form div.form_field select::-webkit-input-placeholder{ color: #333; }
.wpcf7-form div.form_field select:-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field select::-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field select:-ms-input-placeholder{ color: #333; }
.wpcf7-form div.form_field textarea::-webkit-input-placeholder{ color: #333; }
.wpcf7-form div.form_field textarea:-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field textarea::-moz-placeholder{ color: #333; }
.wpcf7-form div.form_field textarea:-ms-input-placeholder{ color: #333; }

.wpcf7-form div.submit{ width: 100%; float: left; clear: both; padding-right: 0; margin: 10px 0 20px; position: relative; }
div.wpcf7 .ajax-loader{ position: absolute; top: 50%; right: 0; margin-top: -8px !important; }
.wpcf7-form div.submit input { 
width: auto; 
height: 60px;
display: block; 
float: left;
font-family: "League Spartan", serif;
font-size: 20px;
font-weight: 700 !important;
color: #e5dc99; 
text-transform: uppercase; 
padding: 0 60px;
margin: 0 auto; 
border: 2px solid #11274b;
background-color: #11274b;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 30px; 
-moz-border-radius: 30px; 
-webkit-border-radius: 30px;	
z-index: 9;
}
.wpcf7-form div.submit input:hover{ color: #11274b; background-color: transparent; }

div.wpcf7-response-output{ 
clear: both;
font-family: "League Spartan", serif;
color: #111 !important;
font-size: 22px;
font-weight: 700;
line-height: 26px;
border: 0 !important;
background: none;
margin: 0 0 20px !important; 
padding: 30px 20px 10px !important;
color: #11274b !important; 
text-align: center;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
}

span.wpcf7-not-valid-tip {
width: auto !important;
height: 1px;
position: absolute;
overflow: hidden;
background: transparent !important;
border: 0 !important;
border-top: 1px solid #ed2024 !important;
text-indent: -9000px;
top: 0 !important;
left: 25px !important;
right: 25px !important;
bottom: inherit !important;
padding: 0 !important;
}

/* Content Block Universal Code */
/* Begin Images */
.content-block img{ display: block; max-width: 100%; height: auto; padding: 10px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .aligncenter { display: block; margin: 0 auto; }
.content-block .alignleft{ max-width: 50%; display: inline-block; float: left; padding-right: 30px; vertical-align: top; }
.content-block .alignright{ max-width: 50%; display: inline-block; float: right; padding-left: 30px; vertical-align: top; }
.content-block .alignleft img, .content-block .alignright img{ padding-left: 0; padding-right: 0; }
.content-block .wp-caption{ width: auto !important; text-align: center; margin: 0 0 20px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .wp-caption.alignleft, .content-block .wp-caption.alignright{ width: 50% !important; padding: 0; }
.content-block .wp-caption.alignleft{ margin-right: 30px; }
.content-block .wp-caption.alignright{ margin-left: 30px; }
.content-block .wp-caption p.wp-caption-text{ display: block; font-size: 15px; line-height: 22px; padding: 10px 12px; margin: 0; background-color: #fff; }
.content-block .wp-caption img{ padding: 10px 10px 0; margin: 0 auto; }
/* END Images */

/* Begin Image Gallery */
.content-block .gallery{ display: block; max-width: 1020px; padding: 10px 0 30px; margin: 0 auto; overflow: hidden; }
.content-block .gallery .gallery_item{ width: 20%; float: left; }
.content-block .gallery .gallery_item a{ display: block; padding: 5px; margin: 5px; background: #fff; }
.content-block .gallery .gallery_item a img{ display: block; width: auto; max-width: 100%; height: auto; padding: 0; margin: 0 auto; }
/* END Image Gallery */

/* Video */
.content-block .fluid-width-video-wrapper{ margin: 60px 0 20px; }
.video.content-block .fluid-width-video-wrapper, #video .fluid-width-video-wrapper{ margin: 0; }
.content-block embed, .content-block iframe, .content-block object{ max-width: 100%; }
.content-block video { max-width: 100%; height: auto; }

.content-block p{ clear: both; }
.content-block p sm{ display: block; font-size: 13px; font-weight: 400; line-height: 20px !important; }
.content-block p.disclaimer{ font-size: 13px; font-style: italic; line-height: 21px; }
.content-block a{ text-decoration: underline; }
.content-block a:hover{ text-decoration: none; }
.content-block a.btn{ margin-top: 15px; }

.content-block blockquote{ 
font-size: 20px;
font-weight: 400;
font-style: italic;
line-height: 28px;
color: #963d20;
padding: 5px 20px;
margin: 30px 0;
border-left: 3px solid #e6dd9d;
position: relative;
}
.content-block blockquote p{ line-height: 28px; }
.content-block blockquote p:last-child{ margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6{ font-family: "League Spartan", serif; font-size: 100%; color: #11274b; font-weight: 700; clear: both; padding: 20px 0 15px; }
.content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child, .content-block h6:first-child{ padding-top: 0; }
.content-block h1{ font-size: 36px; line-height: 40px; }
.content-block h2{ font-size: 32px; line-height: 36px; }
.content-block h3{ font-size: 28px; line-height: 32px; }
.content-block h4{ font-size: 24px; line-height: 28px; }
.content-block h5{ font-size: 20px; line-height: 24px; }
.content-block h6{ font-size: 18px; line-height: 22px; }

.content-block ul, .content-block ol{ padding: 0 0 20px 40px; }
.content-block ul{ list-style: disc; }
.content-block ol{ list-style: decimal; }
.content-block ul li, .content-block ol li{ padding: 0 0 8px; line-height: 26px; }
.content-block ul li p, .content-block ol li p{ margin: 0 0 15px; }
/* END Content Block Universal Code */

/* Modal Window */
#modal, #mask{
display:none;
width: 100%;
height: 100%;
position:fixed;
top:0px;
left:0px;
z-index: 999998;
}
#mask{ background: #000; }

.modal_window{
display:none;
position: absolute;
top: 0; 
right: 0; 
left: 0; 
bottom: 0;
margin: 0 0 45px;
z-index: 99999999;
}
.modal_window .loader{ background-color: transparent !important; }


.wpgmp_listing_container .wpgmp_listing_list [data-layout="default"]{
	display: flex;
	flex-wrap:wrap;
	gap:30px;
}
.wpgmp_listing_container .wpgmp_listing_list [data-layout="default"] .wpgmp_locations{	
    width: calc(33.33% - 20px);
	padding:0 !important;
	border:0;
}
.wpgmp_listing_container .wpgmp_listing_list [data-layout="default"] .wpgmp_locations .fc-feature-img{
	position:relative;
	padding-top: 60%;
	margin-bottom: 20px;
}
.wpgmp_listing_container .wpgmp_listing_list [data-layout="default"] .wpgmp_locations .fc-feature-img img{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
    object-position: top;
	width: 100% !important;
	height: 100%;
	margin: 0;
	border-radius: 20px;
}
.wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations .wpgmp_location_title a{
	font-family: "League Spartan", serif;
	font-weight: bold;
	font-size: 28px;
}
.wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations .wpgmp_location_meta{ display:none; }
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content{
	padding:10px;
}
.wpgmp_locations_content ul,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content ul{
	list-style:none;
	color:#333333;
	padding:0;
}
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content ul .phone{
	margin-top:5px;
	font-weight:bold;
}

.wpgmp_locations_content ul .phone{ font-weight:bold; }
.wpgmp_locations_content  ul li.location-list,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content ul li.location-list{	
    padding: 20px 0 10px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.content-block .wpgmp_locations_content ul li.location-list{
	padding-bottom:20px;
    border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}
.wpgmp_locations_content .location-hours,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content .location-hours{ display:flex; column-gap:10px; }
.wpgmp_locations_content .location-hours .location-hour-block,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content .location-hours .location-hour-block{ width: 50%; }
body .wpgmp_map_container .wpgmp_filter_wrappers{
    display: flex;
    background: transparent;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 100px;
    padding-left: 20px;
}
.wpgmp_locations_content .location-hours .location-day,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content .location-hours .location-day{ font-weight:bold; } 

body .wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_before_listing{ display:none;}
body .wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_listing_header{ width: 100%; flex-grow:1; }
body .wpgmp_map_container .wpgmp_filter_wrappers .categories_filter{ width: auto; }
body .wpgmp_map_container .wpgmp_filter_wrappers div.categories_filter select{
	margin:0;
	background-color: #11274b;
	color: #fff;
	text-transform: uppercase;
	min-height: 52px;
	text-align: center;
	border-radius: 0 20px 20px 0
}
body .wpgmp_map_container .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form{
	margin:0;
}
body .wpgmp_map_container .wpgmp_filter_wrappers div.wpgmp_search_form input.wpgmp_search_input{	
	min-height:52px;
	display:block;
	border:0;
	color: #11274b;
	font-size: 19px;
	background:transparent;
}
body .wpgmp_map_container .wpgmp_filter_wrappers div.wpgmp_search_form input.wpgmp_search_input::placeholder {
    color: #11274b;
    opacity: 1;
}
.section .wpgmp_locations_foot .footer{
	padding: 0 10px 10px;
}

.section .wpgmp_locations_foot .footer ul{
	border-top:1px solid #dddddd;
	padding-top: 28px;
	width:100%;
    padding-left: 0;
    padding-right: 0;
}
.section .wpgmp_locations_foot .footer ul.btns li:first-child .btn{ margin-top:0; }

.return-to-locations{
	display:flex; padding-top: 30px; padding-right:30px;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
	z-index:1;
}

.wpgmp_locations_content li.parking{
    padding-left: 30px;
    font-weight: bold;
    background: url(images/parking-icon.png) no-repeat left center;
    background-size: 24px;
    padding-top: 8px;
    margin-top: -8px;
    margin-bottom: 10px;
}

body .wpgmp_infowindow.fc-item-acerra .fc-item-no-padding{ text-align:center; }

body .wpgmp_infowindow.fc-item-acerra div.fc-feature-img{position:relative;height: 120px;}
body .wpgmp_infowindow.fc-item-acerra div.fc-feature-img img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	object-fit:cover;
    object-position: top;
	width: 100%;
	height: 100%;
}

body .wpgmp_infowindow a{
    box-shadow: none;
    background: #11274b;
    border-color: #11274b;
    padding: 5px 20px;
    display: inline-flex;
    font-size: 16px;
    border-radius: 10px;
}

.wpgmp_map_parent .wpgmp_map { border-radius: 20px; }

.section.std.map-std .wpgmp_pagination,
.section.std.map-std .location_listing1 ,
.section.std.map-std .wpgmp_filter_wrappers{ display:none !important; }

